|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jfree.layouting.input.style.UnmodifiableStyleSheetException
public class UnmodifiableStyleSheetException
Creation-Date: 01.12.2005, 20:59:34
Constructor Summary | |
---|---|
UnmodifiableStyleSheetException()
Constructs a new runtime exception with null as its detail
message. |
|
UnmodifiableStyleSheetException(java.lang.String message)
Constructs a new runtime exception with the specified detail message. |
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 UnmodifiableStyleSheetException()
null
as its detail
message. The cause is not initialized, and may subsequently be initialized
by a call to Throwable.initCause(java.lang.Throwable)
.
public UnmodifiableStyleSheetException(java.lang.String message)
Throwable.initCause(java.lang.Throwable)
.
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage()
method.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |