com.squareup.pollexor
Class Pollexor.UnableToBuildException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.squareup.pollexor.Pollexor.UnableToBuildException
All Implemented Interfaces:
Serializable
Enclosing class:
Pollexor

public static class Pollexor.UnableToBuildException
extends RuntimeException

Exception denoting that a fatal error occurred while assembling the URL for the current configuration.

See Also:
Throwable.getCause(), Serialized Form

Constructor Summary
Pollexor.UnableToBuildException(String reason)
           
Pollexor.UnableToBuildException(Throwable e)
           
 
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

Pollexor.UnableToBuildException

public Pollexor.UnableToBuildException(String reason)

Pollexor.UnableToBuildException

public Pollexor.UnableToBuildException(Throwable e)


Copyright © 2012-2013 Square, Inc.. All Rights Reserved.