Modelers

org.topcased.modeler.exceptions
Class BoundsFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.topcased.modeler.exceptions.BoundsFormatException
All Implemented Interfaces:
java.io.Serializable

public class BoundsFormatException
extends java.lang.RuntimeException

Exception when the bounds values format is not OK

See Also:
Serialized Form

Constructor Summary
BoundsFormatException()
          The Constructor
BoundsFormatException(java.lang.String s)
          The Constructor with a String
 
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

BoundsFormatException

public BoundsFormatException()
The Constructor


BoundsFormatException

public BoundsFormatException(java.lang.String s)
The Constructor with a String

Parameters:
s - the message to display

Modelers

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.