JClass DesktopViews 6.3.0 API
Documentation

com.klg.jclass.field.validate
Class FieldParseException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.klg.jclass.field.validate.FieldParseException
All Implemented Interfaces:
Serializable

public class FieldParseException
extends RuntimeException

Exception thrown field parsing error has occured.

See Also:
Serialized Form

Constructor Summary
FieldParseException()
          Constructs a new FieldParseException.
FieldParseException(String s)
          Constructs a new FieldParseException with a message.
 
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

FieldParseException

public FieldParseException()
Constructs a new FieldParseException.


FieldParseException

public FieldParseException(String s)
Constructs a new FieldParseException with a message.

Parameters:
s - the exception message.

Copyright © 2004 Quest Software Inc..
All rights reserved.