org.codelabor.system.pattern.exception
Class PatternMatchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.codelabor.system.pattern.exception.PatternMatchException
All Implemented Interfaces:
Serializable

public class PatternMatchException
extends RuntimeException

패턴 일치 예외
패턴이 일치할 때 발생하는 예외

Author:
Shin Sang-jae
See Also:
Serialized Form

Constructor Summary
PatternMatchException()
           
PatternMatchException(String message)
           
PatternMatchException(String message, Throwable cause)
           
PatternMatchException(Throwable 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

PatternMatchException

public PatternMatchException()

PatternMatchException

public PatternMatchException(String message)
Parameters:
message -

PatternMatchException

public PatternMatchException(Throwable cause)
Parameters:
cause -

PatternMatchException

public PatternMatchException(String message,
                             Throwable cause)
Parameters:
message -
cause -


Copyright © 2011 CODELABOR. All Rights Reserved.