th.co.edge.jseq
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by th.co.edge.jseq.FormatException
All Implemented Interfaces:
java.io.Serializable

public class FormatException
extends java.lang.Exception

A FormatException signals that a Formatter failed to create a diagram.

See Also:
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

FormatException

public FormatException(java.lang.String message)
Creates a new FormatException with the given detail message.

Parameters:
message - the detail message

FormatException

public FormatException(java.lang.String message,
                       java.lang.Throwable cause)
Creates a new FormatException with the given detail message and root cause.

Parameters:
message - the detail message
cause - the root cause of this exception

FormatException

public FormatException(java.lang.Throwable cause)
Creates a new FormatException with the given root cause.

Parameters:
cause - the root cause


Copyright © 2008 Edge Software, Co., Ltd.. All Rights Reserved.