com.northconcepts.datapipeline.expression
Class ParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.northconcepts.datapipeline.core.DataException
                  extended by com.northconcepts.datapipeline.expression.ParseException
All Implemented Interfaces:
Serializable

public class ParseException
extends DataException

See Also:
Serialized Form

Constructor Summary
ParseException()
           
ParseException(String message)
           
ParseException(String message, Throwable cause)
           
ParseException(Throwable cause)
           
 
Method Summary
 String getExpressionAsString()
           
 ParseException setExpressionAsString(String expressionAsString)
           
 
Methods inherited from class com.northconcepts.datapipeline.core.DataException
get, getAsBoolean, getAsDatetime, getAsDouble, getAsInteger, getAsLong, getAsString, getFieldName, getMessage, getMessageWithProperties, getProperties, getPropertiesAsString, getRecord, prefixMessageWith, printStackTrace, printStackTrace, set, set, set, set, set, set, setFieldName, setRecord, wrap, wrap
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParseException

public ParseException()

ParseException

public ParseException(String message)

ParseException

public ParseException(Throwable cause)

ParseException

public ParseException(String message,
                      Throwable cause)
Method Detail

setExpressionAsString

public ParseException setExpressionAsString(String expressionAsString)

getExpressionAsString

public String getExpressionAsString()


Copyright (c) 2007-2012 North Concepts Inc. All Rights Reserved.