org.codelabor.system.pattern.exception
Class PatternMatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codelabor.system.pattern.exception.PatternMatchException
- All Implemented Interfaces:
- Serializable
public class PatternMatchException
- extends RuntimeException
패턴 일치 예외
패턴이 일치할 때 발생하는 예외
- Author:
- Shin Sang-jae
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PatternMatchException
public PatternMatchException()
PatternMatchException
public PatternMatchException(String message)
- Parameters:
message
-
PatternMatchException
public PatternMatchException(Throwable cause)
- Parameters:
cause
-
PatternMatchException
public PatternMatchException(String message,
Throwable cause)
- Parameters:
message
- cause
-
Copyright © 2011 CODELABOR. All Rights Reserved.