|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
local.tomas.util.factory.FactoryException
public class FactoryException
Exception thrown by generic factories.
| Constructor Summary | |
|---|---|
FactoryException()
Default constructor. |
|
FactoryException(String message)
Construct exception from message. |
|
FactoryException(String message,
Throwable cause)
Construct exception from message and root cause. |
|
FactoryException(Throwable cause)
Construct exception from root cause. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FactoryException()
public FactoryException(String message)
message - the message
public FactoryException(String message,
Throwable cause)
message - the messagecause - the root causepublic FactoryException(Throwable cause)
cause - the root cause
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||