org.hrodberaht.i18n.formatter
Class FormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.hrodberaht.i18n.formatter.FormatException
All Implemented Interfaces:
Serializable

public class FormatException
extends RuntimeException

Simple Java Utils

Since:
1.0
Version:
1.0
Author:
Robert Alexandersson
See Also:
Serialized Form

Constructor Summary
FormatException(String message)
           
FormatException(String message, Object... args)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FormatException

public FormatException(String message)

FormatException

public FormatException(String message,
                       Object... args)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2011. All Rights Reserved.