| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
th.co.edge.jseq.FormatException
public class FormatException
A FormatException signals that a Formatter
 failed to create a diagram.
Formatter.format(ActivationList), 
Serialized Form| Constructor Summary | |
|---|---|
FormatException(java.lang.String message)
Creates a new FormatException with the given detail
 message. | 
|
FormatException(java.lang.String message,
                java.lang.Throwable cause)
Creates a new FormatException with the given detail
 message and root cause. | 
|
FormatException(java.lang.Throwable cause)
Creates a new FormatException with the given 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 FormatException(java.lang.String message)
FormatException with the given detail
 message.
message - the detail message
public FormatException(java.lang.String message,
                       java.lang.Throwable cause)
FormatException with the given detail
 message and root cause.
message - the detail messagecause - the root cause of this exceptionpublic FormatException(java.lang.Throwable cause)
FormatException with the given root cause.
cause - the root cause
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||