|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.apache.lenya.ac.cache.BuildException
public class BuildException
Exception for problems when cacheable objects are built.
| Constructor Summary | |
|---|---|
BuildException()
Ctor. |
|
BuildException(java.lang.String message)
Ctor. |
|
BuildException(java.lang.String message,
java.lang.Throwable cause)
Ctor. |
|
BuildException(java.lang.Throwable cause)
Ctor. |
|
| 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 BuildException()
public BuildException(java.lang.String message)
message - The message.
public BuildException(java.lang.String message,
java.lang.Throwable cause)
message - The message.cause - The cause.public BuildException(java.lang.Throwable cause)
cause - The cause.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||