org.wegra.util.stopwatch
Class UnknownTargetException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byorg.wegra.util.stopwatch.UnknownTargetException
All Implemented Interfaces:
java.io.Serializable

public class UnknownTargetException
extends java.lang.RuntimeException

This exception will be occured when you try call stop(..) method before begin watching specified target.

Author:
wegra (Bok-Youn Lee).
See Also:
Serialized Form

Constructor Summary
UnknownTargetException()
           
UnknownTargetException(java.lang.String 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

UnknownTargetException

public UnknownTargetException()

UnknownTargetException

public UnknownTargetException(java.lang.String message)