|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.field.FieldException
|
+--com.cafesoft.core.field.InvalidPatternException
InvalidPatternException is thrown when a FieldValuePattern object cannot be constructed because the given pattern is invalid.
FieldException,
Serialized Form| Constructor Summary | |
InvalidPatternException()
Create a new InvalidPatternException. |
|
InvalidPatternException(String message)
Create a new InvalidPatternException. |
|
InvalidPatternException(String message,
Throwable cause)
Create a new InvalidPatternException. |
|
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public InvalidPatternException()
public InvalidPatternException(String message)
message - a textual message describing the exception.
public InvalidPatternException(String message,
Throwable cause)
message - a textual message describing the exception.cause - throwable that caused this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||